home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / MEMORY / CHECKCMODE next >
Text File  |  1993-07-23  |  3KB  |  70 lines

  1. !CheckCMOS
  2. ----------
  3.  
  4. This application is designed to give you (the user) back the control 
  5. of your CMOS ram.
  6.  
  7. The application should be called from your bootup, but can be tried 
  8. out just by running it.
  9.  
  10. INSTALLATION
  11.  
  12. The first time it is run, the program will take a copy of your CMOS 
  13. values.  It will assume that your machine is configured as you like 
  14. it.
  15.  
  16. AFTERWARDS
  17.  
  18. Then whenever it is run afterwards it compares the CMOS values it 
  19. saved against those in CMOS. If they are the same then the 
  20. application terminates and is never seen. If the CMOS differs the 
  21. application informs you in an alert type window what changes have 
  22. occured.  And gives you three options.
  23.  
  24.     CONTINUE  If you don't mind that the CMOS has changed of want 
  25.               it set like this for the session
  26.     SAVE      If you prefer the settings now to those saved before
  27.               This overrides those saved on Initialization
  28.               (If the copy you recieved is from another machine and 
  29.                not an origional you may have to save the first time)
  30.     RESET     This puts all the stored preferences back and if required
  31.               waits till the machine is reset
  32.  
  33.  
  34. MENU
  35.  
  36. When the program finds a difference in the CMOS values to those you store
  37. as your preferences, a window opens and displays them.  Some settings are 
  38. possibly not of interest to you if you do not have the hardware or run 
  39. the software that they refer to.  A menu has been provided so that you 
  40. can customize it a small amount.
  41.  
  42.     INFO          This gives information about the program and author
  43.     IGNORE        This sub-menu allows you to selectively disable the checks
  44.                   and alerts of some CMOS values.  SAVE and RESET above
  45.                   still store/modify ALL CMOS BYTES 
  46.     SAVE OPTIONS  This saves which items you prefer to be ignored.
  47.  
  48.  
  49. Special Note
  50. ------------
  51.  
  52. Thanks to Jason Williams for his BuyNZMade icon
  53. Thanks to Acorn for providing such inadiquate documentation and Risc OS Lib
  54.  
  55. Due to the unacceptable ommisions in the Risc OS 3 Programmers Reference Manuals 
  56. I have attempted to extend the descriptions.  Any description not specified by the 
  57. PRMs is preceeded by an "!"                                                               
  58.  
  59.            
  60. All comments to pdenize@waikato.ac.nz
  61.  
  62.  
  63. --------------------------------------------------------------------
  64. Paul Denize                          Internet: PDenize@Waikato.ac.nz
  65. Department of Computer Science
  66. University of Waikato                   phone: ++64 7 8562-889
  67. Hamilton                                                    Ext 8743
  68. NEW ZEALAND                             fax  : ++64 7 8560-135
  69. --------------------------------------------------------------------------
  70.